From 4e52211b31229a091c2a25feb7a018dae975145e Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 17 Nov 2005 13:22:55 +0000 Subject: [PATCH] Fixed incompatibility with some C compilers. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1586 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/smplrout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/smplrout.c b/gpsbabel/smplrout.c index 9df6078a7..cd1318ac9 100644 --- a/gpsbabel/smplrout.c +++ b/gpsbabel/smplrout.c @@ -271,8 +271,8 @@ routesimple_process( void ) void routesimple_init(const char *args) { - count = 0; char *fm = NULL; + count = 0; if ( !!countopt == !!erroropt ) { fatal( MYNAME ": You must specify either count or error, but not both.\n"); -- 2.30.2